:art: @logit(body=True)

huangqimin001 3 years ago
parent
commit
a86f6d0c5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/eqpt_views.py

+ 1 - 1
api/eqpt_views.py

@@ -84,7 +84,7 @@ def eqpt_onoff(request):
84 84
     return response()
85 85
 
86 86
 
87
-@logit
87
+@logit(body=True)
88 88
 def eqpt_list(request):
89 89
     point_id = request.POST.get('point_id', '')
90 90
     macid = request.POST.get('macid', '')